ComponentOne PDF for .NET
CSJ2K.j2k Namespace / StringSpec Class / StringSpec Constructor / StringSpec Constructor(Int32,Int32,Byte,String,String[],ParameterList)

In This Topic
    StringSpec Constructor(Int32,Int32,Byte,String,String[],ParameterList)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal nt As Integer, _
       ByVal nc As Integer, _
       ByVal type As Byte, _
       ByVal optName As String, _
       ByVal list() As String, _
       ByVal pl As ParameterList _
    )
    public StringSpec( 
       int nt,
       int nc,
       byte type,
       string optName,
       string[] list,
       ParameterList pl
    )

    Parameters

    nt
    nc
    type
    optName
    list
    pl
    See Also